xen/sched: remove special cases for free cpus in schedulers
authorJuergen Gross <jgross@suse.com>
Fri, 8 Nov 2019 07:02:53 +0000 (08:02 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 22 Jan 2020 17:37:11 +0000 (17:37 +0000)
commit5be89e469339ca2620bb002d936b830f03008042
tree345aa85eda712b6def3d531bcf285c23a7c8120d
parent51cc6c22a5575f171eb3483914a252b52af9cb33
xen/sched: remove special cases for free cpus in schedulers

With the idle scheduler now taking care of all cpus not in any cpupool
the special cases in the other schedulers for no cpupool associated
can be removed.

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Dario Faggioli <dfaggioli@suse.com>
xen/common/sched/credit.c
xen/common/sched/credit2.c